Search
ItemListView.addItems Method (Item[])
See Also
 






Adds the specified items to the end of the list box.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void addItems (
    Item[] itemList
)

 Parameters

itemList

The collection of items to add.

 See Also